Set an empty title on password dialogs. Pointed out by Máirín Duffy.
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 13 Dec 2008 03:55:04 +0000 (03:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 13 Dec 2008 03:55:04 +0000 (03:55 +0000)
        * gtk/gtkmountoperation.c: Set an empty title on password dialogs.
        Pointed out by Máirín Duffy.

svn path=/trunk/; revision=21873

ChangeLog
gtk/gtkmountoperation.c

index ee268696a826a298202087e78fcf4fce389479fb..dfcb9c2571250823cc4c2f71c914108bf578c988 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmountoperation.c: Set an empty title on password dialogs.
+       Pointed out by Máirín Duffy.
+
 2008-12-11  Sven Herzberg  <sven@imendio.com>
 
        Document the "set-scroll-adjustments" signal
index 9172d9ef5583e4b05455ff560bf5b5f56e8107b8..53fe5c11211158a759533aaa7a5d5053795bdf6e 100644 (file)
@@ -473,6 +473,7 @@ gtk_mount_operation_ask_password (GMountOperation   *mount_op,
   gtk_box_set_spacing (GTK_BOX (dialog->action_area), 6);
 
   gtk_window_set_resizable (window, FALSE);
+  gtk_window_set_title (window, "");
   gtk_window_set_icon_name (window, GTK_STOCK_DIALOG_AUTHENTICATION);
 
   gtk_dialog_add_buttons (dialog,